home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / DAs, INITs, CDEVs, etc / ShowINIT / ShowINIT Info < prev    next >
Text File  |  1988-07-15  |  1KB  |  51 lines

  1. ShowINIT 1.1B1 of 07/15/88 (dog days of Summer version)
  2. -------------------------------------------------------
  3. ShowINIT is a mechanism in which an INIT (called by INIT31) may
  4. display an icon status message in a consistant fashion.
  5.  
  6.  
  7. Revision History
  8. ----------------
  9.     pre 1.0B1
  10.         - see source
  11.     1.0B1
  12.         revised for future INIT31 compatibility.
  13.         added interfaces for new routines InitShowINIT & ShowINIT31.
  14.  
  15.     1.1B1
  16.         revved back to previous calling interface.
  17.         you only need to call ShowINIT now and due to popular demand, deltaX is back!
  18.         also due to popular demand, color icons are now done automatically.
  19.         note that the color icon is only used if 4 bits or more is available on
  20.         the main graphics device; the normal #ICN is used for all other cases.
  21.  
  22. General Info
  23. ------------
  24. To use ShowINIT in your INIT, you should have the following declarations
  25. in your source code, as appropriate:
  26.  
  27.     Assembler
  28.         IMPORT  ShowINIT
  29.  
  30.     Pascal
  31.         PROCEDURE ShowINIT(iconID, moveX: Integer); EXTERNAL;
  32.     'C'
  33.         pascal void ShowINIT(iconID, moveX)
  34.             short iconID, moveX;
  35.             extern;
  36.  
  37. Consult the file 'ShowDEMO.a' for an example INIT that uses ShowINIT.
  38.  
  39. Credits
  40. -------
  41.  
  42. AppleLink:    MERCER1
  43. Delphi:        PAULMERCER
  44. MCI:        SOL
  45. UUCP:        {sun,voder,nsc,mtxinu,dual}!apple!pmercer
  46. CSNET:         pmercer@Apple.com
  47.  
  48. Paul Mercer
  49. P.O. Box 160165
  50. Cupertino, CA  95016-0165
  51.